home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / gnupltpm.zip / INSTALL < prev    next >
Text File  |  1993-03-08  |  3KB  |  79 lines

  1. Gnuplot for OS/2 PM -- Installation
  2. ===================================
  3.  
  4. This program requires OS/2 2.0. GNUPLOT.EXE is a 32-bit executable, 
  5. while GNUSHELL.EXE is still 16-bit.
  6.  
  7. 1) Setup for the WPS.
  8. =====================
  9.  
  10. Open a command line session, copy the archive file to its own
  11. directory (say, c:\GNUPLOT), and unzoo it there.
  12.  
  13. The EMX.DLL file MUST be copied to a directory pointed to by
  14. the LIBPATH statement in your CONFIG.SYS file.
  15.  
  16. If you do not wish to make use of the source code, delete the source.zoo
  17. and the patches.os2 files.
  18.  
  19. A program object can then be made which points to GNUSHELL.EXE, and has 
  20. the directory as its startup directory. 
  21.  
  22. Clicking on the object will then start up GNUPLOT.
  23.  
  24. The GNUPLOT.INI file which is installed in the directory should be modified
  25. with a text editor to suit your own requirements. Typically, it might
  26. change the directory to your working directory of GNUPLOT files.
  27.  
  28. 2) Setup for running from the command line
  29. ==========================================
  30.  
  31. GNUPLOT can be run from the command line when set up as above,
  32. simply by typing:
  33.  
  34. [C:\GNUPLOT] gnushell
  35.  
  36. 3) Environment strings
  37. ======================
  38.  
  39. GNUSHELL will attempt to construct an appropriate environment for
  40. GNUPLOT when run as above. 
  41.  
  42. The program will use the Gnuplot environment strings if these are
  43. defined; the string GNUTERM will be ignored.
  44.  
  45. The Gnushell program will search in the following order for the 
  46. executable and help files:
  47. a)  GNUPLOT/GNUHELP environment if defined.
  48. b)  Current directory.
  49. c)  PATH
  50.  
  51. 4) Running GNUPLOT on its own
  52. =============================
  53.  
  54. Gnuplot may be run on its own from the command line, if you do not
  55. need graphic output on the screen. In this case you may need to define
  56. the usual Gnuplot environment.
  57.  
  58. 5) Installing the source code
  59. =============================
  60.  
  61. This requires the Gnuplot 3.2 source code.
  62.  
  63. Copy the patches.os2 and source.zoo files into the Gnuplot source directory.
  64. Apply the patches.
  65. Unzoo the source. It will unpack the source for Gnushell into the os2pm 
  66. directory.
  67.  
  68.  
  69. 6) Deinstalling Gnuplot
  70. =======================
  71.  
  72. Gnuplot and Gnushell do not create any hidden files or any entries in
  73. OS2.INI or OS2SYS.INI. The program can be deinstalled by simply deleting
  74. the files that have been unpacked from the archive, and undoing any 
  75. changes you have made such as setting environment variables.
  76.  
  77. Roger Fearick
  78. fearick@physci.uct.ac.za   
  79.